The following works in a local java agent on the server. Once I moved the same basic code to a tomcat servlet using remote iiop calls, the first element of the vector is empty. any ideas..this is beat! doc.replaceItemValue("HTTPPassword", "password"); Vector v = insession.evaluate("@Password(HTTPPassword)", doc); doc.replaceItemValue("HTTPPassword", v.firstElement());
Go back